Action Filtersallow usto add pre-action and post-action behavior to controller action methods.. An action filter is an attribute that you can apply to a controller action --or an entire controller -- that modifies the way in which the action is executed. The ASP.NET MVC framework includes several action filters:
Liked By
Write Answer
What is the use of action filters in an MVC application?
Join MindStick Community
You have need login or register for voting of answers or question.
Anonymous User
19-May-2012Action Filtersallow us to add pre-action and post-action behavior to controller action methods.. An action filter is an attribute that you can apply to a controller action -- or an entire controller -- that modifies the way in which the action is executed. The ASP.NET MVC framework includes several action filters: